home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_game / pike221.zip / CHANGES.TXT < prev    next >
Text File  |  1996-05-04  |  3KB  |  74 lines

  1. Changes since ver 2.1
  2.  
  3. Players now see true health restoration when buying food or drink.
  4.  
  5. A blank line only when writing a message now aborts the message instead of
  6. writing a blank message...
  7.  
  8. Players can now stop reading public messages anywhere instead of having to
  9. read all of them.
  10.  
  11. Shields are now obtainable from the future.
  12.  
  13. Players can wander around in the future and may get caught and tossed into an
  14. arena there.
  15.  
  16. =============================================================================
  17. Changes since ver 2.0
  18.  
  19. Randomized the motel room placement instead of just sticking them in order.
  20. It was too easy to find players by breaking in.
  21.  
  22. Fixed the "playing thru midnight and losing the next days turns" bug...
  23.  
  24. Made the bathroom grafitti editable in the text.dat file.
  25.  
  26. More points are taken away if you don't destroy the time transporter.
  27.  
  28. Gave players who destroy the transporter more to start over with rather than
  29. just starting over like a completely new player.
  30.  
  31. A negative cash balance now shows if a player gets VD but doesn't have the
  32. money for a cure.
  33.  
  34. =============================================================================
  35. Changes since ver 1.0
  36.  
  37. Added quite a few ansi screens to the game.
  38.  
  39. Added a -l switch for local (command line) execution of pike.exe, also added
  40. a -d switch for the editors for door operation.  The editors will now run
  41. without any drop file from the command line.  IT IS NO LONGER NECESSARY TO
  42. HAVE A DROP FILE IN THE PIKE PLACE DIRECTORY TO RUN THE EDITORS AND PIKE.EXE
  43. FROM THE COMMAND LINE!  (This was a potential problem in v1.0)
  44.  
  45. Fixed bug where extra max hitpoints won in the child door were not being
  46. retained after players reached level 2 or higher.
  47.  
  48. Fixed bug where eating beef jerkey showed 25% of maximum hitpoints healed
  49. even if at 100%.
  50.  
  51. Fixed maintenance to restore players who weren't dead but had a value of less
  52. than 0 for health.  This was caused when users were killed in a user battle
  53. because I couldn't set the "dead" switch or they wouldn't be able to play
  54. that day.
  55.  
  56. Changed it so users get gold instead of cash when they kill the dragon.
  57.  
  58. Changed the child "door game" from the Terminal Connection to keep players in
  59. the game until they win something instead of swapping back & forth every try.
  60.  
  61. Got rid of the "spawning" action for the door.  It was acting very irradically
  62. and was not stable.  I may introduce it again in later versions...
  63.  
  64. Changed the entire look of the Terminal Connection option so it opens as a
  65. pop-up window now instead of the annoying black on white.
  66.  
  67. Fixed the $1 bug.  This was caused because the cash amount users have is a
  68. floating point (or decimal) number and if the user had 49.6 cash, the game
  69. said they had $50, but if they tried to spend $50 it said they didn't have the
  70. $50...  I THINK it's fixed anyway, I haven't been able to duplicate the same
  71. problem.
  72.  
  73. Winnings in Black Jack now equal 6 times the amount bet instead of 4...
  74.